Document::PerformCommand

Section: ET++ method description (n)
Updated: automatically Fri Mar 15 14:13:05 1991
Index Return to Main Contents
 

NAME

Document::PerformCommand - instance method  

TEMPLATE

void PerformCommand(Command * command)  

SPECIFIERS

public virtual  

DESCRIPTION

PerformCommand executes the command by calling the method Command::Do unless the command is gNoChanges. It updates the instvar changeCount and finally updates the contents of the main window. Method is rarely overridden. Method never calls base method.  

ARGUMENTS

Command * command

a command to be executed. It is either a real command object, gNoChanges
or gResetUndo.
 

RETURN ARGUMENT

void

 

CATEGORIES

commands, change management, implementation

 

FIRST DEFINITION

class EvtHandler  

FILES

implementation:
Document.C


 

Index

NAME
TEMPLATE
SPECIFIERS
DESCRIPTION
ARGUMENTS
RETURN ARGUMENT
CATEGORIES
FIRST DEFINITION
FILES

This document was created by man2html, using the manual pages.
Time: 00:40:28 GMT, March 30, 2022